[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Upgrading from Lenny to Squeeze



Here are my /etc/apt/sources.list, /etc/fstab, /etc/lilo.conf listings. The lilo.conf file is modified slightly after looking at your web page, but I have not rerun lilo, yet. Is this the correct format for the append statement to pass the rootdelay command? I just noticed, as I copied in the /etc/fstab, that the removable media lines all have double commas prior to the 'noauto' could this have been acceptable in Lenny, but be a problem for Squeeze? Also, I am going to rerun 'apt-get update' and see if the lines mentioninf lenny in /var/lib/dpkg/status go away.

*************************************************************************

/etc/apt/sources.list

# ***** For w32codecs / mpeg and related stuff *****
deb http://www.debian-multimedia.org squeeze main
#deb http://www.debian-multimedia.org lenny main non-free


# ***** Squeeze *****
deb http://debian.oregonstate.edu/debian squeeze  main contrib non-free
deb-src http://debian.oregonstate.edu/debian squeeze  main contrib non-free
deb http://security.debian.org/ squeeze/updates main contrib non-free


# ***** Lenny *****
#deb http://debian.oregonstate.edu/debian lenny  main contrib non-free
#deb-src http://debian.oregonstate.edu/debian lenny  main contrib non-free
#deb http://security.debian.org/ lenny/updates main contrib non-free


# Backports
deb http://backports.debian.org/debian-backports squeeze-backports main contrib non-free

# ***** For skype VOIP software *****
#deb http://download.skype.com/linux/repos/debian/ testing non-free


*************************************************************************

/etc/fstab

# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>

LABEL=hda2 / ext3 errors=remount-ro 0 1 /dev/mapper/vg1-swap none swap sw 0 0 proc /proc proc defaults 0 0 none /proc/bus/usb usbfs defaults 0 0 /dev/mapper/vg1-tmp /tmp ext3 defaults 0 2 /dev/mapper/vg1-var2 /var ext3 defaults 0 2 /dev/mapper/vg1-usr /usr ext3 defaults 0 2 /dev/mapper/vg1-photos /usr/local/photos ext3 defaults 0 2 /dev/mapper/vg1-home /home ext3 defaults 0 2

#
# Removeable Media
#

#/dev/lasonic /media/mp3r vfat defaults,user,noauto 0 2 /dev/fd0 /media/floppy auto user,noauto 0 2 /dev/cdrom /media/cdrom iso9660 ro,user,noauto 0 2 #/dev/sdb1 /media/pen vfat user,umask=0000,noauto 0 2 #/dev/sdb1 /media/camera vfat user,umask=0000,noauto 0 2 UUID=A8B0-984A /media/mp3a vfat defaults,user,,noauto 0 2 LABEL=PHILIPS /media/mp3r vfat defaults,user,,noauto 0 2 UUID=DA74-E37F /media/sandisk vfat defaults,user,,noauto 0 2 UUID=A8B0-984A /media/eclipse vfat defaults,user,,noauto 0 2 UUID=261A-40DE /media/kingston vfat defaults,user,,noauto 0 2 UUID=0C50-B006 /media/mp3r2 vfat defaults,user,,noauto 0 0



*************************************************************************

/etc/lilo.conf

boot=/dev/disk/by-id/ata-WDC_WD400EB-00CPF0_WD-WCAAT1261081
append="rootdelay=5"
large-memory
compact
lba32
vga=normal
prompt
timeout=100
default=Linux

image=/vmlinuz
# root = /dev/hda2
        root = "UUID=5e0d4da4-aba3-4965-8fb4-788501b0fe69"
        initrd=/initrd.img
        label=Linux
        read-only

image=/vmlinuz.old
# root = /dev/hda2
        root = "UUID=5e0d4da4-aba3-4965-8fb4-788501b0fe69"
        initrd=/initrd.img.old
        label="Linux_Old"
        read-only


image=/boot/memtest86+.bin
        label = memtest86+


Reply to: