/dev/sdb2 is / ext3 files system
/dev/sda2 is swap swap
fstab
Code:
# Begin /etc/fstab
# file system mount-point type options dump fsck
# order
/dev/sdb2 / ext3 defaults 1 1
/dev/sda2 swap swap pri=1 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs defaults 0 0
devpts /dev/pts devpts gid=4,mode=620 0 0
shm /dev/shm tmpfs defaults 0 0
# End /etc/fstab
Just like the book
I am actually using LFS 6.3 Live CD and the sources that come with it. And if everything goes well I'll spend the time downloading and verifying each package since im on dialup.
Anyways just to note I did solve my boot issue for now. I took a slackware kernel config and used it to compile my kernel and I booted into the system. Now the only issue I have i get a warning
Quote:
Interface eth0 doesn't exist. [ WARN ]
|
I think this might have something to do with udev. How ever Im sure if I learn how to compile my kernel the rightway and not load it as a module it might just work.
and for grup I am using grub 1 off of ubuntu
Make a Linux system sure is alot of work.