hvlinux.git
9 years agoMove ALSA bootscript to end of stage 3
Hugo Villeneuve [Wed, 6 Aug 2014 04:03:18 +0000 (00:03 -0400)]
Move ALSA bootscript to end of stage 3

At beginning of stage3, the sound modules are not yet loaded.

9 years agoBlacklist pygobject patch
Hugo Villeneuve [Wed, 6 Aug 2014 01:19:30 +0000 (21:19 -0400)]
Blacklist pygobject patch

9 years agoUpdate VLC and xscreensaver
Hugo Villeneuve [Wed, 6 Aug 2014 01:19:04 +0000 (21:19 -0400)]
Update VLC and xscreensaver

9 years agoInstall libevent before Firefox
Hugo Villeneuve [Wed, 6 Aug 2014 01:18:39 +0000 (21:18 -0400)]
Install libevent before Firefox

9 years agoUpdate GEDA to 1.8.2
Hugo Villeneuve [Thu, 31 Jul 2014 03:28:53 +0000 (23:28 -0400)]
Update GEDA to 1.8.2

9 years agoCreate /etc directory with other basic directories
Hugo Villeneuve [Thu, 31 Jul 2014 02:03:31 +0000 (22:03 -0400)]
Create /etc directory with other basic directories

9 years agoUpdate acer partitions configuration
Hugo Villeneuve [Wed, 30 Jul 2014 03:47:06 +0000 (23:47 -0400)]
Update acer partitions configuration

9 years agoAjout AVRDUDE
Hugo Villeneuve [Wed, 9 Jul 2014 03:23:54 +0000 (23:23 -0400)]
Ajout AVRDUDE

9 years agoUpdate TODO
Hugo Villeneuve [Mon, 26 May 2014 12:33:24 +0000 (08:33 -0400)]
Update TODO

9 years agoResume network init in background
Hugo Villeneuve [Tue, 24 Jun 2014 01:50:10 +0000 (21:50 -0400)]
Resume network init in background

9 years agoAdd comment
Hugo Villeneuve [Tue, 24 Jun 2014 01:49:47 +0000 (21:49 -0400)]
Add comment

9 years agoAdd generic fcron.d directory
Hugo Villeneuve [Tue, 17 Jun 2014 02:21:18 +0000 (22:21 -0400)]
Add generic fcron.d directory

Add run-fstrim fcron script.

9 years agoRemove obsolete CLFS_NOT_ENDIAN variable
Hugo Villeneuve [Wed, 4 Jun 2014 02:23:45 +0000 (22:23 -0400)]
Remove obsolete CLFS_NOT_ENDIAN variable

Simplify ARM variables initialization.

9 years agoUpdate to libtirpc and rpcbind
Hugo Villeneuve [Mon, 19 May 2014 02:32:45 +0000 (22:32 -0400)]
Update to libtirpc and rpcbind

9 years agoFix post install error with bind
Hugo Villeneuve [Mon, 19 May 2014 23:55:21 +0000 (19:55 -0400)]
Fix post install error with bind

9 years agoInstall nasm before libjpeg-turbo
Hugo Villeneuve [Mon, 19 May 2014 23:55:02 +0000 (19:55 -0400)]
Install nasm before libjpeg-turbo

9 years agoamd64: add kvm kernel module
Hugo Villeneuve [Mon, 19 May 2014 02:16:03 +0000 (22:16 -0400)]
amd64: add kvm kernel module

9 years agoUpdate KVM and add qemu
Hugo Villeneuve [Sat, 22 Feb 2014 04:02:15 +0000 (23:02 -0500)]
Update KVM and add qemu

9 years agoFix error in named bootscript
Hugo Villeneuve [Sun, 8 Dec 2013 00:02:57 +0000 (19:02 -0500)]
Fix error in named bootscript

9 years agoDisable DNS server when suspending to RAM
Hugo Villeneuve [Wed, 7 Aug 2013 17:39:12 +0000 (13:39 -0400)]
Disable DNS server when suspending to RAM

To prevent potential problem with bind after resume (not confirmed).

9 years agoAdd bootscript to tune disk parameters
Hugo Villeneuve [Thu, 19 Sep 2013 01:38:35 +0000 (21:38 -0400)]
Add bootscript to tune disk parameters

9 years agoUpgrade from udev to eudev
Hugo Villeneuve [Tue, 17 Sep 2013 00:36:03 +0000 (20:36 -0400)]
Upgrade from udev to eudev

Remove null and console static devices creation, they are provided by the
kernel devtmpfs.

Move other static devices creation to eudev post-install script.

9 years agoUpgrade to pciutils-3.2.0 for powertop package
Hugo Villeneuve [Sat, 7 Sep 2013 02:49:53 +0000 (22:49 -0400)]
Upgrade to pciutils-3.2.0 for powertop package

9 years agoFix udev warning 'ressize 1024 too short' with SD card
Hugo Villeneuve [Tue, 3 Sep 2013 03:36:39 +0000 (23:36 -0400)]
Fix udev warning 'ressize 1024 too short' with SD card

The rule 10-media-automount has the line:

  KERNEL!="sd[b-z]*", GOTO="my_media_automount_end"

but the asterisk matches "zero or more time", so the rule was matching on "sd",
which seems  plausible for a sd card. This means that "/sbin/blkid " with no
arguments was called, and this generated around 1400 bytes of output, more
than the 1024 bytes allocated by udev, and resulting in the warning message.

By modifying the rule to:

  KERNEL!="sd[b-z][0-9]*", GOTO="my_media_automount_end"

we ensure to NOT match on "sd" alone.

9 years agoUpdate acer sysinfos
Hugo Villeneuve [Thu, 8 Aug 2013 17:21:04 +0000 (13:21 -0400)]
Update acer sysinfos

9 years agoAdd note about CUPS bootscripts installation to check
Hugo Villeneuve [Mon, 2 Sep 2013 22:55:41 +0000 (18:55 -0400)]
Add note about CUPS bootscripts installation to check

9 years agoBlacklist redundant tar patch
Hugo Villeneuve [Mon, 2 Sep 2013 22:53:56 +0000 (18:53 -0400)]
Blacklist redundant tar patch

9 years agoUpgrade to libfm-1.1.2
Hugo Villeneuve [Mon, 2 Sep 2013 22:52:23 +0000 (18:52 -0400)]
Upgrade to libfm-1.1.2

This was to test if it solved the empty applications menu. But was solved
with gnome-menus installation.

9 years agoFix empty "Applications" menu in pcmanfm
Hugo Villeneuve [Mon, 2 Sep 2013 22:49:04 +0000 (18:49 -0400)]
Fix empty "Applications" menu in pcmanfm

Fixed by installing gnome-menus.

This also fixes the empty "Installed Application" menu when right-clicking on a
file and selecting "Open with".

9 years agoFix udev cdrom rule to also create dvd symlink
Hugo Villeneuve [Mon, 2 Sep 2013 20:48:34 +0000 (16:48 -0400)]
Fix udev cdrom rule to also create dvd symlink

9 years agoSimplify mountkernfs bootscript output
Hugo Villeneuve [Sun, 1 Sep 2013 23:27:12 +0000 (19:27 -0400)]
Simplify mountkernfs bootscript output

9 years agoPrevent mountnetfs bootscript from blocking when networking is not up
Hugo Villeneuve [Thu, 29 Aug 2013 02:39:04 +0000 (22:39 -0400)]
Prevent mountnetfs bootscript from blocking when networking is not up

9 years agoImprove statusproc output when process is not running
Hugo Villeneuve [Sat, 31 Aug 2013 15:38:10 +0000 (11:38 -0400)]
Improve statusproc output when process is not running

9 years agoRestore bash auto-completion to be case sensitive
Hugo Villeneuve [Sun, 1 Sep 2013 22:04:12 +0000 (18:04 -0400)]
Restore bash auto-completion to be case sensitive

9 years agoAdd SD card udev automount rule
Hugo Villeneuve [Sat, 31 Aug 2013 01:21:57 +0000 (21:21 -0400)]
Add SD card udev automount rule

9 years agoFixed erroneous comment in udev script
Hugo Villeneuve [Fri, 30 Aug 2013 23:42:07 +0000 (19:42 -0400)]
Fixed erroneous comment in udev script

9 years agoUse built-in copy if TLS library for wpa_supplicant
Hugo Villeneuve [Mon, 2 Sep 2013 21:05:46 +0000 (17:05 -0400)]
Use built-in copy if TLS library for wpa_supplicant

openssl is not yet installed at this stage.

Also remove D-BUS support (installed at stage 4).

9 years agoDo not manually scan wifi networks before starting wpa_supplicant
Hugo Villeneuve [Fri, 30 Aug 2013 12:39:57 +0000 (08:39 -0400)]
Do not manually scan wifi networks before starting wpa_supplicant

Read SSID from status output of wpa_supplicant. This lowers the connection
time from from 8 to 4 seconds.

9 years agoRemove unused KEY_TYPE field in SSID template
Hugo Villeneuve [Fri, 30 Aug 2013 12:33:27 +0000 (08:33 -0400)]
Remove unused KEY_TYPE field in SSID template

9 years agoUpgrade to wpa_supplicant-2.0
Hugo Villeneuve [Fri, 30 Aug 2013 12:32:42 +0000 (08:32 -0400)]
Upgrade to wpa_supplicant-2.0

9 years agoRemove unnecessary wpa_supplicant option
Hugo Villeneuve [Thu, 29 Aug 2013 23:44:51 +0000 (19:44 -0400)]
Remove unnecessary wpa_supplicant option

Add trace to logs to see which wifi network is being configured.
Warning: this is not foolproof and need to be improved.

9 years agoDo not unmount kernel fs in runlevel 0 and 6
Hugo Villeneuve [Thu, 29 Aug 2013 02:20:20 +0000 (22:20 -0400)]
Do not unmount kernel fs in runlevel 0 and 6

9 years agoFix bug preventing clean unmounting of rootfs
Hugo Villeneuve [Thu, 29 Aug 2013 02:18:59 +0000 (22:18 -0400)]
Fix bug preventing clean unmounting of rootfs

9 years agoFix invalid cups post build script name
Hugo Villeneuve [Thu, 29 Aug 2013 02:01:30 +0000 (22:01 -0400)]
Fix invalid cups post build script name

9 years agoReplace = with == in bash string tests
Hugo Villeneuve [Wed, 28 Aug 2013 00:38:39 +0000 (20:38 -0400)]
Replace = with == in bash string tests

9 years agoFix trailing whitespace
Hugo Villeneuve [Sun, 18 May 2014 22:34:18 +0000 (18:34 -0400)]
Fix trailing whitespace

9 years agoAdd sourcing of scripts in /etc/profile.d
Hugo Villeneuve [Tue, 27 Aug 2013 01:30:34 +0000 (21:30 -0400)]
Add sourcing of scripts in /etc/profile.d

9 years agoMount all partitions with the noatime option
Hugo Villeneuve [Tue, 27 Aug 2013 01:07:13 +0000 (21:07 -0400)]
Mount all partitions with the noatime option

9 years agoAdd more details about nano bug in stage1
Hugo Villeneuve [Mon, 26 Aug 2013 03:31:57 +0000 (23:31 -0400)]
Add more details about nano bug in stage1

9 years agoUpdate TODO
Hugo Villeneuve [Sat, 24 Aug 2013 23:28:20 +0000 (19:28 -0400)]
Update TODO

9 years agoMount boot partition in /mnt/boot instead of /boot
Hugo Villeneuve [Fri, 23 Aug 2013 01:06:49 +0000 (21:06 -0400)]
Mount boot partition in /mnt/boot instead of /boot

9 years agoUse tmpfs to mount /tmp
Hugo Villeneuve [Fri, 23 Aug 2013 00:36:34 +0000 (20:36 -0400)]
Use tmpfs to mount /tmp

Add optional size for /tmp partition. By default, tmpfs will reserve up to half
the RAM for any tmpfs filesystem without a specific size.

9 years agoConvert BUGS file to UTF-8
Hugo Villeneuve [Sat, 24 Aug 2013 23:36:11 +0000 (19:36 -0400)]
Convert BUGS file to UTF-8

9 years agoAdd repository for older LFS patches on hugovil.com server
Hugo Villeneuve [Sat, 24 Aug 2013 04:18:53 +0000 (00:18 -0400)]
Add repository for older LFS patches on hugovil.com server

9 years agoBlacklist readline patch
Hugo Villeneuve [Sat, 24 Aug 2013 23:29:14 +0000 (19:29 -0400)]
Blacklist readline patch

10 years agoChange flac download URL
Hugo Villeneuve [Sun, 18 May 2014 20:32:49 +0000 (16:32 -0400)]
Change flac download URL

10 years agoAdd custom script for gptfdisk
Hugo Villeneuve [Sun, 18 May 2014 04:48:04 +0000 (00:48 -0400)]
Add custom script for gptfdisk

10 years agoMove lzo and lzop from stage3 to stage2
Hugo Villeneuve [Sat, 17 May 2014 18:22:41 +0000 (14:22 -0400)]
Move lzo and lzop from stage3 to stage2

10 years agoFix sysvinit problems with new patches
Hugo Villeneuve [Sat, 17 May 2014 18:17:31 +0000 (14:17 -0400)]
Fix sysvinit problems with new patches

10 years agoAllow DHCP client to create resolv.conf if local DNS server is disabled
Hugo Villeneuve [Sat, 17 May 2014 18:08:58 +0000 (14:08 -0400)]
Allow DHCP client to create resolv.conf if local DNS server is disabled

10 years agoamd64: remove Wifi from sysinfos
Hugo Villeneuve [Sat, 17 May 2014 18:06:03 +0000 (14:06 -0400)]
amd64: remove Wifi from sysinfos

10 years agoMove icu from stage5 to stage2
Hugo Villeneuve [Sat, 17 May 2014 18:03:58 +0000 (14:03 -0400)]
Move icu from stage5 to stage2

10 years agoamd64: update to linux-3.14.4
Hugo Villeneuve [Sat, 17 May 2014 18:00:42 +0000 (14:00 -0400)]
amd64: update to linux-3.14.4

10 years agoFix bug when retrieving some patches
Hugo Villeneuve [Thu, 15 May 2014 23:52:44 +0000 (19:52 -0400)]
Fix bug when retrieving some patches

Some patches are compressed (iana), and the script was catching
them even if they didn't finish in .patch (.patch.xz).

10 years agoAdd missing NETWORKING_UP_FILE variable
Hugo Villeneuve [Sat, 17 May 2014 17:35:06 +0000 (13:35 -0400)]
Add missing NETWORKING_UP_FILE variable

10 years agoAjout architecture m68k
Hugo Villeneuve [Thu, 21 Feb 2013 15:30:54 +0000 (10:30 -0500)]
Ajout architecture m68k

10 years agoFix comment mismatch
Hugo Villeneuve [Tue, 22 Apr 2014 13:28:01 +0000 (09:28 -0400)]
Fix comment mismatch

10 years agoUpgrade to git-1.9
Hugo Villeneuve [Sat, 5 Apr 2014 15:12:43 +0000 (11:12 -0400)]
Upgrade to git-1.9

10 years agoAdd rfkill
Hugo Villeneuve [Sat, 22 Feb 2014 22:04:33 +0000 (17:04 -0500)]
Add rfkill

10 years agoAdd emacsrc bitbake configuration
Hugo Villeneuve [Mon, 31 Mar 2014 16:12:31 +0000 (12:12 -0400)]
Add emacsrc bitbake configuration

10 years agoConvert emacsrc to UTF-8
Hugo Villeneuve [Mon, 31 Mar 2014 13:47:01 +0000 (09:47 -0400)]
Convert emacsrc to UTF-8

10 years agoemacs: Remove all source control hooks
Hugo Villeneuve [Fri, 28 Mar 2014 02:15:01 +0000 (22:15 -0400)]
emacs: Remove all source control hooks

Also automatically load autoconf-mode for autoconf configure files.

10 years agoAdd lzo and lzop
Hugo Villeneuve [Sat, 22 Feb 2014 03:57:22 +0000 (22:57 -0500)]
Add lzo and lzop

Required to compress kernel if compression method is LZO

10 years agoAdd i2c-tools
Hugo Villeneuve [Sat, 22 Feb 2014 03:16:35 +0000 (22:16 -0500)]
Add i2c-tools

10 years agoAdd option to start network in background to speed up boot
Hugo Villeneuve [Sun, 16 Feb 2014 18:03:50 +0000 (13:03 -0500)]
Add option to start network in background to speed up boot

10 years agoOptimize kernel for SSD and add MMC support
Hugo Villeneuve [Thu, 2 Jan 2014 05:13:28 +0000 (00:13 -0500)]
Optimize kernel for SSD and add MMC support

Switch default scheduler to deadline (for SSD).

Activate MMC card reader.

10 years agoAdd stellarium and celestia
Hugo Villeneuve [Tue, 31 Dec 2013 06:30:37 +0000 (01:30 -0500)]
Add stellarium and celestia

10 years agoUpgrade to qt-4.8.5 (for stellarium)
Hugo Villeneuve [Mon, 30 Dec 2013 20:41:25 +0000 (15:41 -0500)]
Upgrade to qt-4.8.5 (for stellarium)

10 years agoFix missing PDF printing with foo2zjs
Hugo Villeneuve [Sat, 28 Dec 2013 20:41:32 +0000 (15:41 -0500)]
Fix missing PDF printing with foo2zjs

HP Laserjet 1020 now prints all formats correctly, and LPR is also working.

10 years agoUpgrade automake
Hugo Villeneuve [Sat, 28 Dec 2013 04:54:43 +0000 (23:54 -0500)]
Upgrade automake

10 years agoFix bad installation path for boost
Hugo Villeneuve [Sat, 28 Dec 2013 06:10:43 +0000 (01:10 -0500)]
Fix bad installation path for boost

Was installed in /usr/local instead of /usr.

10 years agoAdd patches blacklist
Hugo Villeneuve [Sat, 24 Aug 2013 03:27:40 +0000 (23:27 -0400)]
Add patches blacklist

10 years agoAdd symlink to most recently compiled kernel in /boot
Hugo Villeneuve [Fri, 23 Aug 2013 00:35:22 +0000 (20:35 -0400)]
Add symlink to most recently compiled kernel in /boot

10 years agoUpdate TODO
Hugo Villeneuve [Fri, 9 Aug 2013 21:36:42 +0000 (17:36 -0400)]
Update TODO

10 years agoRemove 256k limit on initlog tmpfs
Hugo Villeneuve [Tue, 20 Aug 2013 02:08:48 +0000 (22:08 -0400)]
Remove 256k limit on initlog tmpfs

On one occasion, the 256k limit was reached.

Also removed inode limit.

10 years agoAdd shadow to stage1 for login command
Hugo Villeneuve [Sun, 11 Aug 2013 01:35:05 +0000 (21:35 -0400)]
Add shadow to stage1 for login command

10 years agoReactivate gnumeric and abiword for workstation
Hugo Villeneuve [Sat, 10 Aug 2013 03:51:09 +0000 (23:51 -0400)]
Reactivate gnumeric and abiword for workstation

10 years agoLock xscreensaver before entering suspend
Hugo Villeneuve [Fri, 9 Aug 2013 22:04:11 +0000 (18:04 -0400)]
Lock xscreensaver before entering suspend

10 years agoAdd xscreensaver
Hugo Villeneuve [Fri, 9 Aug 2013 21:35:39 +0000 (17:35 -0400)]
Add xscreensaver

10 years agoAdd gdk-pixbuf-xlib for xscreensaver
Hugo Villeneuve [Fri, 9 Aug 2013 21:36:17 +0000 (17:36 -0400)]
Add gdk-pixbuf-xlib for xscreensaver

10 years agoSupport to automatically mount ~/Private at login
Hugo Villeneuve [Thu, 8 Aug 2013 16:42:29 +0000 (12:42 -0400)]
Support to automatically mount ~/Private at login

Using ecryptfs-utils and pam configuration files.

10 years agoFix php5 invalid man pages installation path
Hugo Villeneuve [Thu, 8 Aug 2013 16:00:08 +0000 (12:00 -0400)]
Fix php5 invalid man pages installation path

phpize.1, php.1 and php-config.1 are incorrectly installed under /usr/php/man

10 years agoUse system nspr and nss for Firefox
Hugo Villeneuve [Thu, 8 Aug 2013 14:35:37 +0000 (10:35 -0400)]
Use system nspr and nss for Firefox

10 years agoAdd ecryptfs-utils
Hugo Villeneuve [Wed, 7 Aug 2013 21:58:52 +0000 (17:58 -0400)]
Add ecryptfs-utils

10 years agoAdd function to get package version using underscore separator
Hugo Villeneuve [Wed, 7 Aug 2013 21:57:50 +0000 (17:57 -0400)]
Add function to get package version using underscore separator

10 years agoAdd nspr and nss
Hugo Villeneuve [Wed, 7 Aug 2013 21:56:01 +0000 (17:56 -0400)]
Add nspr and nss

10 years agoAdd GPT fdisk
Hugo Villeneuve [Wed, 7 Aug 2013 18:39:16 +0000 (14:39 -0400)]
Add GPT fdisk

10 years agoUpdate list of known bugs and TODO
Hugo Villeneuve [Wed, 31 Jul 2013 02:37:08 +0000 (22:37 -0400)]
Update list of known bugs and TODO

10 years agoAdd vorbis-gain
Hugo Villeneuve [Wed, 7 Aug 2013 04:18:09 +0000 (00:18 -0400)]
Add vorbis-gain

10 years agoAdd htop
Hugo Villeneuve [Wed, 7 Aug 2013 04:13:51 +0000 (00:13 -0400)]
Add htop