Comment 35 for bug 430654

Revision history for this message
Jasmine Hassan (jasmine-aura) wrote :

@ Andrew Rodland

Let's not ASSUME things, because assuming makes an *** out of U and ME :)

jas@dcptc:/etc$ ls -l rc*.d/*usplash
lrwxrwxrwx 1 root root 17 2009-09-17 22:07 rc0.d/K02usplash -> ../init.d/usplash
lrwxrwxrwx 1 root root 17 2009-09-17 22:07 rc1.d/K02usplash -> ../init.d/usplash
lrwxrwxrwx 1 root root 17 2009-09-17 22:07 rc2.d/S98usplash -> ../init.d/usplash
lrwxrwxrwx 1 root root 17 2009-09-17 22:07 rc3.d/S98usplash -> ../init.d/usplash
lrwxrwxrwx 1 root root 17 2009-09-17 22:07 rc4.d/S98usplash -> ../init.d/usplash
lrwxrwxrwx 1 root root 17 2009-09-17 22:07 rc5.d/S98usplash -> ../init.d/usplash
lrwxrwxrwx 1 root root 17 2009-09-17 22:07 rc6.d/K02usplash -> ../init.d/usplash

jas@dcptc:/etc$ sudo grep "splash quiet" /boot/grub/grub.cfg | wc -l
6
jas@dcptc:/etc$ sudo grep "vmlinuz" /boot/grub/grub.cfg | wc -l
6
jas@dcptc:/etc$ sudo grep "initrd" /boot/grub/grub.cfg | wc -l
6

jas@dcptc:/etc$ cat initramfs-tools/modules | grep -v "^#"
neofb
fbcon
vgastate
tileblit
font
bitblit

jas@dcptc:/etc$ apt-cache policy usplash
usplash:
  Installed: 0.5.37
  Candidate: 0.5.37
  Version table:
 *** 0.5.37 0
        500 http://archive.ubuntu.com karmic/main Packages
        100 /var/lib/dpkg/status

jas@dcptc:/etc$ apt-cache policy udev
udev:
  Installed: 147~-2
  Candidate: 147~-2
  Version table:
 *** 147~-2 0
        500 http://archive.ubuntu.com karmic/main Packages
        100 /var/lib/dpkg/status

Cheers