Advertisement
Guest User

Untitled

a guest
Aug 12th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. root:/# grub-mkdevicemap --device-map=device.map
  2. root:/# cat device.map
  3. (hd0) /dev/sda
  4. (hd1) /dev/sdb
  5. root:/#
  6. root:/# logout
  7. [root@HOST_SYSTEM ~]# mount|grep lfs
  8. /dev/sdb1 on /mnt/lfs type ext3 (rw)
  9. /dev on /mnt/lfs/dev type none (rw,bind)
  10. devpts on /mnt/lfs/dev/pts type devpts (rw)
  11. shm on /mnt/lfs/dev/shm type tmpfs (rw,rootcontext="system_u:object_r:tmpfs_t:s0")
  12. proc on /mnt/lfs/proc type proc (rw)
  13. sysfs on /mnt/lfs/sys type sysfs (rw)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement