OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
966 B

  1. # -*- perl -*- (emacs syntax coloring)
  2. #
  3. # Master config file for booting Linux within MOL
  4. #
  5. include ${etc}/molrc.video # video
  6. include ${etc}/molrc.input # mouse & keyboard
  7. include ${etc}/molrc.net # networking
  8. ram_size: 64
  9. ifempty ${altconfig} {
  10. # booting without CD (session 3)
  11. blkdev: /var/rock.img -rw # diskimage
  12. } else {
  13. # booting with CD (session 4)
  14. blkdev: /dev/cdrom -ro
  15. blkdev: /var/rock-linux-mol/disk.img -rw # diskimage
  16. }
  17. #symfile: /usr/src/linux/System.map # Symbols (for the debugger)
  18. ###################################################################
  19. # Pseudo filesystem (yaboot/OF sees these files)
  20. ###################################################################
  21. #
  22. # MOL will boot 'yaboot' which in turn will load 'yaboot.conf'
  23. pseudofile: "yaboot" /usr/lib/yaboot/yaboot
  24. pseudofile: "yaboot.conf" /etc/mol/yaboot.conf
  25. pseudofile: "vmlinux" /var/rock-linux-mol/vmlinux
  26. pseudofile: "root.bin" /var/rock-linux-mol/initrd