close Warning: Failed to sync with repository "ogBrowser-Git": (1366, "Incorrect string value: '\\xF0\\x9F\\x93\\xA6 I...' for column 'message' at row 1"); repository information may be out of date. Look in the Trac log for more information including mitigation strategies.

source: ogLive-Builder-Git/mkoglive.cfg @ 6c25f76

fix_video_2fix_video_problemmain
Last change on this file since 6c25f76 was b6dd357, checked in by Natalia Serrano <natalia.serrano@…>, 8 weeks ago

refs #2660 add missing package

  • Property mode set to 100644
File size: 4.2 KB
Line 
1[General]
2
3logging_level = INFO
4rootfs_image_label = ogClient
5
6debconf_settings =
7  kexec-tools kexec-tools/load_kexec boolean true
8  openssh-server openssh-server/permit-root-login boolean true
9  refind refind/install_to_esp boolean false
10  console-setup console-setup/charmap47 select UTF-8
11  console-setup console-setup/codeset47 select . Combined - Latin; Slavic Cyrillic; Greek
12  console-setup console-setup/fontface47 select VGA
13  console-setup console-setup/fontsize-fb47 select 8x16
14
15isolinux_template =
16  DEFAULT menu.c32
17  PROMPT 0
18  ALLOWOPTIONS 1
19
20  MENU TITLE  OpenGnsys __NAMEISOCLIENT__
21
22
23  LABEL 0
24  MENU LABEL ogLive vga irqpool acpi ogdebug ip:none
25  KERNEL /ogclient/linuxISO
26  APPEND initrd=/ogclient/oginitrd.img ro vga=788 irqpoll acpi=on boot=oginit  og2nd=sqfs ogprotocol=local ogactiveadmin=true ogdebug=true ip=none
27
28  LABEL 1
29  MENU LABEL ogLive irqpoll acpi ip:none
30  KERNEL /ogclient/linuxISO
31  APPEND initrd=/ogclient/oginitrd.img ro  irqpoll acpi=on boot=oginit  og2nd=sqfs ogprotocol=local ogactiveadmin=true ogdebug=false ip=none
32
33  LABEL 2
34  MENU LABEL ogLive acpi debug ip=dhcp
35  KERNEL /ogclient/linuxISO
36  APPEND initrd=/ogclient/oginitrd.img ro acpi=on boot=oginit  og2nd=sqfs ogprotocol=local ogactiveadmin=true ogdebug=true ip=dhcp
37
38  LABEL 3
39  MENU LABEL ogLive ip=dhcp
40  KERNEL /ogclient/linuxISO
41  APPEND initrd=/ogclient/oginitrd.img ro acpi=off boot=oginit  og2nd=sqfs ogprotocol=local ogactiveadmin=true ogdebug=false ip=dhcp
42
43  LABEL 4
44  MENU LABEL local
45  localboot 0x80
46  append -
47
48  label 5
49  MENU LABEL Network boot via gPXE lkrn
50  KERNEL __PXEPKG__.lkrn
51
52  label 6
53  MENU LABEL Network boot via gPXE usb
54  KERNEL __PXEPKG__.usb
55
56  label 7
57  MENU LABEL Network boot via gPXE  pxe
58  KERNEL __PXEPKG__.pxe
59
60  label 8
61  MENU LABEL Network boot via gPXE  iso
62  KERNEL __PXEPKG__.iso
63
64  label 9
65  MENU LABEL pxe
66  KERNEL /clonezilla/live/vmlinuz1
67  APPEND initrd=/clonezilla/live/initrd1.img boot=live union=aufs noswap vga=788 ip=frommedia
68
69[Packages]
70
71basic =
72  dialog man-db fbset gdebi-core bash-static busybox-static locales lshw gawk git python3-openssl python3 php-cli dmidecode rpm sqlite3 os-prober moreutils jq
73
74cloning = fsarchiver pv
75  #pxe-kexec     # ubuntu noble: Unable to locate package
76  mbuffer parted gdisk chntpw clonezilla registry-tools reglookup libparse-win32registry-perl libwin-hivex-perl grokevt libhivex0 libhivex-bin rsync
77
78compile =
79  build-essential libattr1 libattr1-dev uuid-dev attr make m4 gettext libmhash-dev
80
81compressor = lzma zip unzip gzip lzop pigz pbzip2 lbzip2 rzip p7zip-full
82
83filesystem_local =
84  squashfs-tools unionfs-fuse ntfs-3g dosfstools fatresize
85  #exfat-utils              # ubuntu noble: has no installation candidate
86  dmraid dmsetup lvm2 e2fsprogs
87  jfsutils reiserfsprogs reiser4progs xfsprogs mhddfs hfsplus hfsprogs hfsutils nilfs-tools vmfs-tools
88  btrfs-progs               # ogLive a partir de Ubuntu 20.04
89  #zfsutils-linux            # ogLive a partir de Ubuntu 16.04 -- desactivado temporalmente
90  android-tools-adb         # ogLive a partir de Ubuntu 16.04
91  android-tools-fastboot    # ogLive a partir de Ubuntu 16.04
92  f2fs-tools
93
94filesystem_remote =
95  sshfs cifs-utils smbclient open-iscsi openssh-server
96
97monitoring = htop ncdu bwbar bmon iftop ifstat dstat hdparm sdparm blktool testdisk kitty-terminfo
98
99networking = netpipes curl wget tftp-hpa dnsutils
100  #trickle       # ubuntu noble: has no installation candidate
101  lighttpd ethtool ssmping tcpdump nmap arping ntpdate udpcast aria2 mktorrent #iptraf
102
103testing =
104  screen schroot xmlstarlet
105  efibootmgr efitools refind grub-efi-amd64-bin grub-efi-ia32-bin grub-pc-bin      ## UEFI
106  fusioninventory-agent nvme-cli disktype laptop-detect
107
108xwindows =
109  v86d                   # VESA Kernel 3.7+
110  icewm xserver-common xserver-xorg xserver-xorg-core xserver-xorg-input-all xserver-xorg-video-all xinit i3
111  #xorg-dev xorg lxde    #+300M
112  #roxterm gparted       #+80M
113  #openbox midori        #xvesa en compilacion
114
115ogagent = stunnel4 filebeat ogagent
116
117ogbrowser = sway libinput-tools hwdata ogbrowser
118
119oggit = python3 python3-git python3-pyxattr python3-libarchive-c python3-pylibacl python3-pip python3-hivex opengnsys-libarchive-c python3-termcolor bsdextrautils opengnsys-pyblkid ntfs-3g-system-compression python3-tqdm
Note: See TracBrowser for help on using the repository browser.